The gtk-launch tool can be build without gio-unix (although it
will not really do much without an alternative implementation for
g_desktop_app_info).
So there is no need to not build gtk-launch anymore.
This reverts commit
9a1235bf0dbdb1701779bec0ccae043cc4243ce5.
https://bugzilla.gnome.org/show_bug.cgi?id=682824
else
GDK_GIO_PACKAGE=gio-2.0
fi
-AM_CONDITIONAL(HAVE_GIO_UNIX, test "$have_gio_unix" = "yes")
# Check for Pango flags
#
# Installed tools
#
-bin_PROGRAMS = gtk-query-immodules-3.0
+bin_PROGRAMS = \
+ gtk-query-immodules-3.0 \
+ gtk-launch
if BUILD_ICON_CACHE
bin_PROGRAMS += gtk-update-icon-cache
gtk_update_icon_cache_SOURCES = updateiconcache.c
endif
-if HAVE_GIO_UNIX
-bin_PROGRAMS += gtk-launch
gtk_launch_LDADD = $(LDADDS)
gtk_launch_SOURCES = gtk-launch.c
-endif
noinst_PROGRAMS = extract-strings